home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13960 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  591 b 

  1. Path: News.MO.NET!usenet
  2. From: xukk@maritz.com
  3. Newsgroups: comp.lang.c++
  4. Subject: Static link vs. Shared link
  5. Date: 27 Mar 1996 20:01:07 GMT
  6. Organization: -=MO.NET=- MVP-Net, Inc's Missouri Operations
  7. Message-ID: <4jc6q3$4ni@Twain.MO.NET>
  8. NNTP-Posting-Host: gatekeeper.maritz.com
  9. X-Newsreader: SPRY News 3.03 (SPRY, Inc.)
  10.  
  11. I am using VC++ 4.1 to build a DLL.   When I use MFC in a static library ( linked staticly with MFC ), i got memory leaking.  When I use MFC in a shared DLL( 
  12. linked with MFC as a shared DLL ), the memory leaking is gone.  Any ideas?  Please help. Thanks in advance.
  13.  
  14.